From 5f892bf5b7f18ef45cb6eb610d553b5f22e3c463 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 27 Nov 2006 20:22:50 +0000 Subject: [PATCH] GPX: Fix a problem made more obvious by GZIP reader involving reads slightly lar ger than our block size. Util: eliminate use of va_copy. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2545 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index ce53d5f21..7aa67e7de 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -86,18 +86,6 @@ # define _CRT_SECURE_NO_DEPRECATE 1 #endif -/* va_copy workaround */ - -#ifndef va_copy -# ifdef __va_copy -# define va_copy __va_copy -# else -# error Function 'va_copy' or '__va_copy' is not defined in your environment! -# error Please mail some information about your system -# error (platform,compiler,...) to gpsbabel-code@lists.sourceforge.net -# endif -#endif - /* Pathname separator character */ #if __WIN32__ # define GB_PATHSEP '\\' -- 2.30.2